gtk-launch: Move translator comment one line down
authorPiotr Drąg <piotrdrag@gmail.com>
Mon, 3 Oct 2016 14:45:20 +0000 (16:45 +0200)
committerPiotr Drąg <piotrdrag@gmail.com>
Mon, 3 Oct 2016 14:45:20 +0000 (16:45 +0200)
So it appears in .po files.

gtk/gtk-launch.c

index ab0050047a02eeec480e118b18b453a3bc4b6862..4a2fcd389cd10e862fc66365a6dee0906187bd4c 100644 (file)
@@ -68,9 +68,9 @@ main (int argc, char *argv[])
 #endif
 #endif
 
+  context =
   /* Translators: this message will appear immediately after the */
   /* usage string - Usage: COMMAND [OPTION...] <THIS_MESSAGE>    */
-  context =
     g_option_context_new (_("APPLICATION [URI...] — launch an APPLICATION"));
 
   /* Translators: this message will appear after the usage string */